From 34a4683b82d7313125415f1d294d78efbd2f0d45 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 8 Dec 2000 17:06:46 +0000 Subject: [PATCH] (create-image): Doc fix; spotted by Per Cederqvist . --- lisp/image.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image.el b/lisp/image.el index ce2857ddd0e..b412a3359b2 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -88,7 +88,7 @@ FILE-OR-DATA is an image file name or image data. Optional TYPE is a symbol describing the image type. If TYPE is omitted or nil, try to determine the image type from its first few bytes of image data. If that doesn't work, and FILE-OR-DATA is a file name, -use its file extension.as image type. +use its file extension as image type. Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data. Optional PROPS are additional image attributes to assign to the image, like, e.g. `:mask MASK'. -- 2.30.2